home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / ulwhois.xml < prev    next >
Text File  |  2002-08-30  |  972b  |  37 lines

  1. <search function="ulwhois">
  2.   <name>WhoIs.Userland.Com</name>
  3.   <description>
  4.     Get whois information from WhoIs.Userland.Com<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>ulwhois dqsd.net</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Computers</category>
  11.   <link>http://whois.userland.com/</link>
  12.   <contributor>Glenn Carr</contributor>
  13.   
  14.   <form name="ulwhoisf" 
  15.         action="http://whois.userland.com/default" 
  16.         method="POST">
  17.     <input type="hidden" name="name" value="" />
  18.   </form>
  19.  
  20.   <script><![CDATA[
  21.     function ulwhois(q)
  22.     {
  23.       if( nullArgs("ulwhois", q) )
  24.         return false;
  25.  
  26.       document.ulwhoisf.name.value=q;
  27.       submitForm(ulwhoisf);
  28.     }
  29.   ]]></script>
  30.  
  31.   <copyright>
  32.     Copyright (c) 2002 David Bau
  33.     Distributed under the terms of the
  34.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  35.   </copyright>
  36. </search>
  37.